home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk63 / simreq / req.h < prev    next >
Text File  |  1995-03-19  |  294b  |  10 lines

  1. /* Defines for the SimpleRequest() call. */
  2.  
  3.     /* This will grow (hopefully) */
  4.  
  5.  
  6. #define SR_NOCENTERTEXT     (1<<0)    /* Center banner text in the window */
  7. #define SR_NOCENTERWINDOW     (1<<1)    /* Center the window on the screen  */
  8.  
  9. #define SR_NODRAG        (1<<3)    /* No drag bar on the Req Window    */
  10.